HomeSort by relevance Sort by last modified time
    Searched full:assigns (Results 1 - 25 of 419) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
bitops-bits-in-byte.js 4 // 1 op = 2 assigns, 16 compare/branches, 8 ANDs, (0-8) ADDs, 8 SHLs
bitops-3bit-bits-in-byte.js 3 // 1 op = 6 ANDs, 3 SHRs, 3 SHLs, 4 assigns, 2 ADDs
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
bitops-bits-in-byte.js 4 // 1 op = 2 assigns, 16 compare/branches, 8 ANDs, (0-8) ADDs, 8 SHLs
bitops-3bit-bits-in-byte.js 3 // 1 op = 6 ANDs, 3 SHRs, 3 SHLs, 4 assigns, 2 ADDs
  /external/chromium/chrome/browser/ui/cocoa/applescript/
tab_applescript.h 24 // Doesn't actually create the tab here but just assigns the ID, tab is created
26 // where user assigns a tab to a variable like |set var to make new tab|.
32 // Assigns a tab, sets its unique ID and also copies temporary values.
bookmark_item_applescript.h 21 // Assigns a node, sets its unique ID and also copies temporary values.
bookmark_node_applescript.h 33 // Assigns a node, sets its unique ID and also copies temporary values.
  /external/apache-http/src/org/apache/http/params/
HttpParams.java 59 * Assigns the value to the parameter with the given name.
96 * Assigns a {@link Long} to the parameter with the given name
117 * Assigns an {@link Integer} to the parameter with the given name
138 * Assigns a {@link Double} to the parameter with the given name
159 * Assigns a {@link Boolean} to the parameter with the given name
  /frameworks/base/core/java/android/provider/
SyncStateContract.java 94 * Assigns the data array as the sync state for the given account.
150 * Creates and returns a ContentProviderOperation that assigns the data array as the
155 * @return the new ContentProviderOperation that assigns the data array as the
171 * Creates and returns a ContentProviderOperation that assigns the data array as the
175 * @return the new ContentProviderOperation that assigns the data array as the
  /libcore/luni/src/main/java/org/xml/sax/ext/
Locator2Impl.java 89 * Assigns the current value of the version property.
98 * Assigns the current value of the encoding property.
  /external/chromium/base/
bind_unittest.cc 89 DerivedCopyCounter(int* copies, int* assigns)
90 : copies_(copies), assigns_(assigns) {
99 CopyCounter(int* copies, int* assigns)
100 : copies_(copies), assigns_(assigns) {
131 int assigns() const { function in class:base::__anon2239::CopyCounter
490 int assigns = 0; local
491 CopyCounter counter(&copies, &assigns);
496 EXPECT_EQ(0, assigns);
506 int assigns = 0; local
508 CopyCounter counter(&copies, &assigns);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
VectorPool.java 41 /** Allocates a vector and assigns the value of the passed source vector to it. */
  /external/skia/include/core/
SkUtils.h 24 /** Similar to memset(), but it assigns a 16bit value into the buffer.
33 /** Similar to memset(), but it assigns a 32bit value into the buffer.
  /dalvik/dx/src/com/android/dx/gen/
Local.java 40 * Assigns registers to this local.
  /external/chromium/net/base/
mapped_host_resolver.h 40 // Takes a comma separated list of rules, and assigns them to this resolver.
mime_sniffer.h 30 // assigns |result| with its best guess of a mime type.
  /external/llvm/include/llvm/Target/
TargetCallingConv.td 69 /// list that is still available. If so, it assigns the value to the first
83 /// CCAssignToStack - This action always matches: it assigns the value to a
99 /// CCPassByVal - This action always matches: it assigns the value to a stack
  /dalvik/dx/src/com/android/dx/merge/
SortableType.java 68 * Assigns this type's depth if the depths of its supertype and implemented
  /external/dbus/
README.dbus4win 39 can't be right to make a char* const when the code below then assigns through it
  /external/icu4c/layout/
HanLayoutEngine.h 78 * This method does Han OpenType character processing. It assigns the OpenType feature
  /external/skia/gpu/include/
GrRefCnt.h 93 * Assigns src to dst, checking for NULLs in each, and correctly incrementing
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 268 * Effects Assigns the value to the configuration member.
296 * Effects Assigns the integer value of the string to the
335 * <value>, it assigns the value to the configuration
358 * <value>, it assigns the integer value of the string to the
  /external/chromium/base/win/
scoped_variant.h 43 // Creates a new integral type variant and assigns the value to
106 // Creates a copy of |var| and assigns as this instance's value.
  /external/chromium/chrome/browser/extensions/
extension_cookies_api.h 77 // GURL from it. Returns false and assigns the internal error_ value if the
88 // assigns the internal error_ value if that occurs.
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 93 /** assigns a byte gray image referenced by pDataA to the data carrier */
108 /** assigns a byte gray image referenced by pDataA to the data carrier and

Completed in 4220 milliseconds

1 2 3 4 5 6 7 8 91011>>