HomeSort by relevance Sort by last modified time
    Searched refs:By (Results 301 - 325 of 554) sorted by null

<<11121314151617181920>>

  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha3/
chimpchat-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha5/
chimpchat-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha6/
chimpchat-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha7/
chimpchat-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.5.0-alpha-preview-01/
chimpchat-25.5.0-alpha-preview-01.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.5.0-alpha-preview-02/
chimpchat-25.5.0-alpha-preview-02.jar 
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java 10 * Unless required by applicable law or agreed to in writing, software
46 import android.support.test.uiautomator.By;
135 mUiDevice.wait(Until.hasObject(By.clazz(clazz)), TIMEOUT);
    [all...]
  /external/curl/packages/vms/
compare_curl_source.com 10 $! This is used by me for these purposes:
15 $! 3. Keep a copy directory up to date. The third is needed by
36 $! By default:
52 $! src_root1:[project_name] is used by me to work around that VMS backup will
66 $! vms_root1:[project_name] is used by me to work around that VMS backup will
  /external/golang-protobuf/ptypes/timestamp/
timestamp.pb.go 1 // Code generated by protoc-gen-go. DO NOT EDIT.
38 // By restricting to that range, we ensure that we can convert to
93 // is required, though only UTC (as indicated by "Z") is presently supported.
  /external/libpng/projects/owatcom/
pngconfig.mak 71 # By default libpng is built to use the __cdecl calling convention on
137 $# enter configuration lines one by one until one produces an error. (Or, of
147 $# (scripts\pnglibconf.h.prebuilt) by editting PNG_API_RULE to 2 (to force use
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Timestamp.cs 1 // Generated by the protocol buffer compiler. DO NOT EDIT!
51 /// By restricting to that range, we ensure that we can convert to
  /external/python/cpython3/Lib/
shutil.py 282 it is false, the contents of the files pointed to by symbolic
283 links are copied. If the file pointed by the symlink doesn't
293 being visited by copytree(), and `names` which is the list of
294 `src` contents, as returned by os.listdir():
305 destination path as arguments. By default, copy2() is used, but any
452 exc_info is a tuple returned by sys.exc_info(). If ignore_errors
525 By default, copy2() is used, but any function that supports the same
738 by the get_archive_formats() function.
770 'owner' and 'group' are used when creating a tar archive. By default,
854 by the get_unpack_formats() function
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetree.go 2 // Use of this source code is governed by a BSD-style
49 AdjustWithin = 0 // defined by phi
58 // newSparseTree creates a SparseTree from a block-to-parent map (array indexed by Block.ID)
73 // newSparseOrderedTree creates a SparseTree from a block-to-parent map (array indexed by Block.ID)
207 // Property (1) means that blocks sorted by domorder always have a maximal dominant block first.
224 // But by supposition, x does not dominate y. So we have x-then-y.
230 // By supposition, entry(y) < entry(z), which allows cases y-dom-z and y-then-z.
  /prebuilts/go/darwin-x86/src/cmd/go/internal/envcmd/
env.go 2 // Use of this source code is governed by a BSD-style
28 By default env prints information as a shell script
  /prebuilts/go/darwin-x86/src/crypto/des/
block.go 2 // Use of this source code is governed by a BSD-style
96 // Row is determined by the 1st and 6th bit.
112 // by initialPermutation.
180 // by finalPermutation.
239 // Expand 48-bit input to 64-bit, with each 6-bit block padded by extra two bits at the top.
240 // By doing so, we can have the input blocks (four bits each), and the key blocks (six bits each) well-aligned without
  /prebuilts/go/darwin-x86/src/html/template/
doc.go 2 // Use of this source code is governed by a BSD-style
31 The security model used by this package assumes that template authors are
140 By default, this package assumes that all pipelines produce a plain text string.
145 by marking it with its type.
171 https://rawgit.com/mikesamuel/sanitized-jquery-templates/trunk/safetemplate.html#problem_definition defines "safe" as used by this package.
184 "... only code specified by the template author should run as a result of
185 injecting the template output into a page and all code specified by the
  /prebuilts/go/darwin-x86/src/runtime/
mem_linux.go 2 // Use of this source code is governed by a BSD-style
78 // By default, Linux's "transparent huge page" support will
82 // 4KB page to 2MB, bloating the process's RSS by as much as
98 // exploding the number of VMAs by only adjusting the
104 var s uintptr = sys.HugePageSize // division by constant 0 is a compile-time error :(
140 // *covered* by this range, so an unaligned madvise
  /prebuilts/go/darwin-x86/src/syscall/
exec_bsd.go 2 // Use of this source code is governed by a BSD-style
225 // By convention, we don't close-on-exec the fds we are
exec_solaris.go 2 // Use of this source code is governed by a BSD-style
227 // By convention, we don't close-on-exec the fds we are
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
encode.go 2 // Use of this source code is governed by a BSD-style
18 // minSize is the minimum table size set by
106 // The actual size is bounded by the value passed to
120 // specified in SetMaxDynamicTableSize to v. By default, it is set to
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sparsetree.go 2 // Use of this source code is governed by a BSD-style
49 AdjustWithin = 0 // defined by phi
58 // newSparseTree creates a SparseTree from a block-to-parent map (array indexed by Block.ID)
73 // newSparseOrderedTree creates a SparseTree from a block-to-parent map (array indexed by Block.ID)
207 // Property (1) means that blocks sorted by domorder always have a maximal dominant block first.
224 // But by supposition, x does not dominate y. So we have x-then-y.
230 // By supposition, entry(y) < entry(z), which allows cases y-dom-z and y-then-z.
  /prebuilts/go/linux-x86/src/cmd/go/internal/envcmd/
env.go 2 // Use of this source code is governed by a BSD-style
28 By default env prints information as a shell script
  /prebuilts/go/linux-x86/src/crypto/des/
block.go 2 // Use of this source code is governed by a BSD-style
96 // Row is determined by the 1st and 6th bit.
112 // by initialPermutation.
180 // by finalPermutation.
239 // Expand 48-bit input to 64-bit, with each 6-bit block padded by extra two bits at the top.
240 // By doing so, we can have the input blocks (four bits each), and the key blocks (six bits each) well-aligned without
  /prebuilts/go/linux-x86/src/html/template/
doc.go 2 // Use of this source code is governed by a BSD-style
31 The security model used by this package assumes that template authors are
140 By default, this package assumes that all pipelines produce a plain text string.
145 by marking it with its type.
171 https://rawgit.com/mikesamuel/sanitized-jquery-templates/trunk/safetemplate.html#problem_definition defines "safe" as used by this package.
184 "... only code specified by the template author should run as a result of
185 injecting the template output into a page and all code specified by the
  /prebuilts/go/linux-x86/src/runtime/
mem_linux.go 2 // Use of this source code is governed by a BSD-style
78 // By default, Linux's "transparent huge page" support will
82 // 4KB page to 2MB, bloating the process's RSS by as much as
98 // exploding the number of VMAs by only adjusting the
104 var s uintptr = sys.HugePageSize // division by constant 0 is a compile-time error :(
140 // *covered* by this range, so an unaligned madvise

Completed in 982 milliseconds

<<11121314151617181920>>