Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 252 for beginning (0.12 sec)

  1. src/cmd/internal/objabi/reloctype.go

    	R_ADDRARM64
    	// R_ADDRMIPS (only used on mips/mips64) resolves to the low 16 bits of an external
    	// address, by encoding it into the instruction.
    	R_ADDRMIPS
    	// R_ADDROFF resolves to a 32-bit offset from the beginning of the section
    	// holding the data being relocated to the referenced symbol.
    	R_ADDROFF
    	R_SIZE
    	R_CALL
    	R_CALLARM
    	R_CALLARM64
    	R_CALLIND
    	R_CALLPOWER
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 17:26:07 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/filesystem/plugins/gcs/ram_file_block_cache.cc

          if (block->timestamp != 0) {
            // Use capacity() instead of size() to account for all  memory
            // used by the cache.
            cache_size_ += block->data.capacity();
            // Put to beginning of LRA list.
            lra_list_.erase(block->lra_iterator);
            lra_list_.push_front(key);
            block->lra_iterator = lra_list_.begin();
            block->timestamp = timer_seconds_();
          }
        }
      });
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 16 01:39:09 UTC 2020
    - 11.1K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/base/Splitter.java

       * returns an iterable containing {@code ["a ", "b_ ", "c"]}.
       *
       * @param trimmer a {@link CharMatcher} that determines whether a character should be removed from
       *     the beginning/end of a subsequence
       * @return a splitter with the desired configuration
       */
      // TODO(kevinb): throw if a trimmer was already specified!
      public Splitter trimResults(CharMatcher trimmer) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 23.7K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb/SmbFileOutputStream.java

         * {@link jcifs.smb.SmbFile} for a detailed description and examples of
         * the smb URL syntax. If the second argument is <code>true</code>, then
         * bytes will be written to the end of the file rather than the beginning.
         * 
         * @param file
         *            An <code>SmbFile</code> representing the file to write to
         * @param append
         *            Append to the end of file
         * @throws SmbException
         */
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sat Nov 13 15:14:04 UTC 2021
    - 11.9K bytes
    - Viewed (0)
  5. src/cmd/go/internal/work/shell.go

    }
    
    // ShowCmd prints the given command to standard output
    // for the implementation of -n or -x.
    //
    // ShowCmd also replaces the name of the current script directory with dot (.)
    // but only when it is at the beginning of a space-separated token.
    //
    // If dir is not "" or "/" and not the current script directory, ShowCmd first
    // prints a "cd" command to switch to dir and updates the script directory.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/pcln.go

    	//
    	//      runtime.pcheader  (see: runtime/symtab.go:pcHeader)
    	//        8-byte magic
    	//        nfunc [thearch.ptrsize bytes]
    	//        offset to runtime.funcnametab from the beginning of runtime.pcheader
    	//        offset to runtime.pclntab_old from beginning of runtime.pcheader
    	//
    	//      runtime.funcnametab
    	//        []list of null terminated function names
    	//
    	//      runtime.cutab
    	//        for i=0..#CUs
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  7. pilot/pkg/xds/eds.go

    			cachedEndpoint := eds.Cache.Get(&builder)
    			if cachedEndpoint != nil {
    				resources = append(resources, cachedEndpoint)
    				cached++
    				continue
    			}
    		}
    
    		// generate eds from beginning
    		{
    			l := builder.BuildClusterLoadAssignment(eds.EndpointIndex)
    			if l == nil {
    				continue
    			}
    			regenerated++
    
    			if len(l.Endpoints) == 0 {
    				empty++
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 15:58:06 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  8. src/mime/encodedword.go

    			buf.WriteByte(b)
    		default:
    			buf.WriteByte('=')
    			buf.WriteByte(upperhex[b>>4])
    			buf.WriteByte(upperhex[b&0x0f])
    		}
    	}
    }
    
    // openWord writes the beginning of an encoded-word into buf.
    func (e WordEncoder) openWord(buf *strings.Builder, charset string) {
    	buf.WriteString("=?")
    	buf.WriteString(charset)
    	buf.WriteByte('?')
    	buf.WriteByte(byte(e))
    	buf.WriteByte('?')
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 16:12:35 UTC 2024
    - 10K bytes
    - Viewed (0)
  9. common/config/.golangci.yml

        # default is false: such cases aren't reported by default.
        check-blank: false
      govet:
        disable:
          # report about shadowed variables
          - shadow
      goimports:
        # put imports beginning with prefix after 3rd-party packages;
        # it's a comma-separated list of prefixes
        local-prefixes: istio.io/
      misspell:
        # Correct spellings using locale preferences for US or UK.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 20:03:06 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/transform/ConsumerProvidedVariantFinder.java

         * all solutions at a given transform chain depth. The search begins at the final node of the chain. At each depth, a candidate
         * transform is applied to the beginning of the chain. Then, if a source variant can be used as a root of that chain,
         * we have found a solution. Otherwise, if no solutions are found at this depth, we run the search at the next depth, with all
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13.8K bytes
    - Viewed (0)
Back to top