HomeSort by relevance Sort by last modified time
    Searched defs:set (Results 2001 - 2025 of 2219) sorted by null

<<818283848586878889

  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 725 XmlResourceParser set = mContext.getResources().getLayout( local
727 XmlUtils.beginDocument(set, "ViewGroup_Layout");
728 LayoutParams lp = vg.generateLayoutParams(set);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1.h 220 #define ASN1_STRING_FLAG_BITS_LEFT 0x08 /* Set if 0x07 has bits left value */
259 int modified; /* set to 1 if 'enc' is invalid */
262 /* Used with ASN1 LONG type: if a long is set to this it is omitted */
441 * MSB set characters
450 * RC2253 backslash only, set this to use backslash and
470 /* If this is set we convert all character strings
476 /* If this is set we don't attempt to interpret content:
483 /* If this is set we include the string type in the output */
543 /* set and sequence are left complete and still
544 * contain the set or sequence bytes *
545 ASN1_STRING * set; member in union:asn1_type_st::__anon13526
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
asn1.h 220 #define ASN1_STRING_FLAG_BITS_LEFT 0x08 /* Set if 0x07 has bits left value */
259 int modified; /* set to 1 if 'enc' is invalid */
262 /* Used with ASN1 LONG type: if a long is set to this it is omitted */
441 * MSB set characters
450 * RC2253 backslash only, set this to use backslash and
470 /* If this is set we convert all character strings
476 /* If this is set we don't attempt to interpret content:
483 /* If this is set we include the string type in the output */
543 /* set and sequence are left complete and still
544 * contain the set or sequence bytes *
545 ASN1_STRING * set; member in union:asn1_type_st::__anon13742
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 38 #define MAXRHS 5 /* Set low to exercise exception code */
133 /********** From the file "set.h" ****************************************/
135 char *SetNew(void); /* A new set for element 0..N */
136 void SetFree(char*); /* Deallocate a set */
138 char *SetNew(void); /* A new set for element 0..N */
139 int SetAdd(char*,int); /* Add element to a set */
141 #define SetFind(X,Y) (X[Y]) /* True if Y is in set X */
171 char *firstset; /* First-set for all rules of this symbol */
208 ** Configurations also contain a follow-set which is a list of terminal
218 char *fws; /* Follow-set for this configuration only *
1647 char *set[LISTSIZE]; local
    [all...]
  /external/chromium_org/v8/src/
debug-debugger.js 394 // Set ignore count on all break points created from this script break point.
423 // Set the script break point in a script.
424 ScriptBreakPoint.prototype.set = function (script) {
453 // Create a break point object and set the break point.
487 // Function called from runtime when a new script is compiled to set any script
488 // break points set in this script.
495 break_point.set(script);
651 throw new Error('Cannot set break point in native code.');
661 throw new Error('Cannot set break point in native code.');
668 // Find line and column for the position in the script and set a scrip
    [all...]
jsregexp.cc 104 elements->set(0, *pattern);
105 elements->set(1, *error_text);
223 // Compilation succeeded so the data is set on the regexp
397 elements->set(0, re->Pattern());
398 elements->set(1, *error_message);
472 data->set(JSRegExp::code_index(is_ascii), result.code);
489 re->set(JSRegExp::kIrregexpMaxRegisterCountIndex, Smi::FromInt(value));
538 // when we set the last match info from last successful match.
572 // match. We can use that to set the last match info lazily.
611 // has been a match so that we can use those capture results to set th
4651 OutSet* set = entry.out_set(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /external/elfutils/src/
readelf.c 122 /* Flags set by the option controlling the output. */
163 /* True if any of the control options except print_archive_index is set. */
235 /* Set locale. */
5758 const char *set; local
5854 const char *set; member in struct:register_info
    [all...]
  /external/kernel-headers/original/linux/
fb.h 202 #define FB_ACTIVATE_NOW 0 /* set values immediately (or vbl)*/
204 #define FB_ACTIVATE_TEST 2 /* don't set, round up impossible */
398 __u16 set; /* what to set */ member in struct:fb_cursor
516 __u16 set; /* what to set */ member in struct:fb_cursor_user
546 /* CONSOLE-SPECIFIC: set console to framebuffer mapping */
590 #define FB_PIXMAP_SYNC 256 /* set if GPU can DMA */
603 /* if 0, will be set to 0xffffffff (all)*/
652 /* set the video mode according to info->var *
    [all...]
  /external/openssl/crypto/asn1/
asn1.h 220 #define ASN1_STRING_FLAG_BITS_LEFT 0x08 /* Set if 0x07 has bits left value */
259 int modified; /* set to 1 if 'enc' is invalid */
262 /* Used with ASN1 LONG type: if a long is set to this it is omitted */
441 * MSB set characters
450 * RC2253 backslash only, set this to use backslash and
470 /* If this is set we convert all character strings
476 /* If this is set we don't attempt to interpret content:
483 /* If this is set we include the string type in the output */
543 /* set and sequence are left complete and still
544 * contain the set or sequence bytes *
545 ASN1_STRING * set; member in union:asn1_type_st::__anon24102
    [all...]
  /external/openssl/include/openssl/
asn1.h 220 #define ASN1_STRING_FLAG_BITS_LEFT 0x08 /* Set if 0x07 has bits left value */
259 int modified; /* set to 1 if 'enc' is invalid */
262 /* Used with ASN1 LONG type: if a long is set to this it is omitted */
441 * MSB set characters
450 * RC2253 backslash only, set this to use backslash and
470 /* If this is set we convert all character strings
476 /* If this is set we don't attempt to interpret content:
483 /* If this is set we include the string type in the output */
543 /* set and sequence are left complete and still
544 * contain the set or sequence bytes *
545 ASN1_STRING * set; member in union:asn1_type_st::__anon24314
    [all...]
  /external/svox/pico/lib/
picopr.c 1973 picokpr_TokSetWP set; local
    [all...]
  /external/v8/src/
api.cc 835 obj_.set(0, i::Smi::FromInt(0));
862 new_elms->set(i + 1, get(i));
865 obj_.set(length + 1, *value);
866 obj_.set(0, i::Smi::FromInt(length + 1));
870 void NeanderArray::set(int index, i::Object* value) { function in class:v8::NeanderArray
872 obj_.set(index + 1, value);
884 void Template::Set(v8::Handle<String> name, v8::Handle<Data> value,
887 if (IsDeadCheck(isolate, "v8::Template::Set()")) return;
    [all...]
debug-debugger.js 385 // Set ignore count on all break points created from this script break point.
414 // Set the script break point in a script.
415 ScriptBreakPoint.prototype.set = function (script) {
444 // Create a break point object and set the break point.
476 // Function called from runtime when a new script is compiled to set any script
477 // break points set in this script.
484 break_point.set(script);
638 throw new Error('Cannot set break point in native code.');
648 throw new Error('Cannot set break point in native code.');
655 // Find line and column for the position in the script and set a scrip
    [all...]
jsregexp.cc 103 elements->set(0, *pattern);
104 elements->set(1, *error_text);
159 // Compilation succeeded so the data is set on the regexp
309 elements->set(0, re->Pattern());
310 elements->set(1, *error_message);
378 data->set(JSRegExp::code_index(is_ascii), result.code);
395 re->set(JSRegExp::kIrregexpMaxRegisterCountIndex, Smi::FromInt(value));
3563 OutSet* set = entry.out_set(); local
    [all...]
objects-inl.h 127 set_##field(BooleanBit::set(field(), offset, value)); \
209 // symbol bit set we can test for symbols with a very simple test
1668 void FixedArray::set(int index, Smi* value) { function in class:v8::internal::FixedArray
1677 void FixedArray::set(int index, Object* value) { function in class:v8::internal::FixedArray
1728 void FixedDoubleArray::set(int index, double value) { function in class:v8::internal::FixedDoubleArray
1759 void FixedArray::set(int index, function in class:v8::internal::FixedArray
2506 void ByteArray::set(int index, byte value) { function in class:ByteArray
2546 void ExternalPixelArray::set(int index, uint8_t value) { function in class:ExternalPixelArray
2577 void ExternalByteArray::set(int index, int8_t value) { function in class:ExternalByteArray
2596 void ExternalUnsignedByteArray::set(int index, uint8_t value) { function in class:ExternalUnsignedByteArray
2615 void ExternalShortArray::set(int index, int16_t value) { function in class:ExternalShortArray
2634 void ExternalUnsignedShortArray::set(int index, uint16_t value) { function in class:ExternalUnsignedShortArray
2653 void ExternalIntArray::set(int index, int32_t value) { function in class:ExternalIntArray
2672 void ExternalUnsignedIntArray::set(int index, uint32_t value) { function in class:ExternalUnsignedIntArray
2691 void ExternalFloatArray::set(int index, float value) { function in class:ExternalFloatArray
2710 void ExternalDoubleArray::set(int index, double value) { function in class:ExternalDoubleArray
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 53 /* Set to 1 to do a little more sanity checking */
66 // Comment these out to disable the fast cases (don't just set them to zero).
98 set). So every N-bit register is shadowed with N V bits, and every memory
135 good saving. It also lets us set the V+A bits of large address regions
727 // sec-V-bits table must also be set!
748 // corresponding entry(s) in the sec-V-bits table must also be set!
2142 OCacheSet set[OC_N_SETS]; member in struct:__anon28289
2152 UWord line, set; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 79 * need to set this)
209 * Beacon frame). After the first set of IEs, another set of IEs may
286 * The frequency is set in MHz. The array is zero-terminated.
326 * When set, the driver is expected to remove rates 1, 2, 5.5, and 11
487 * for fast transition, this parameter is set to include the IEs that
516 * to the current mobility domain. This value is set to %NULL if no
525 * only for drivers that set WPA_DRIVER_FLAGS_4WAY_HANDSHAKE. This is
536 * only for drivers that set WPA_DRIVER_FLAGS_4WAY_HANDSHAKE. This is
594 * HT Capabilities over-rides. Only bits set in the mask will be used
975 int set; \/* Set STA parameters instead of add *\/ member in struct:hostapd_sta_add_params
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java     [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 100 import java.util.Set;
108 * will update our internal state, but in a separate thread will set the system
406 // mVolumeControlStream is set by VolumePanel to temporarily force the stream type which volume
587 // Wait for mAudioHandler to be set by the other thread
1425 Set set = mStreamStates[streamType].mIndex.entrySet(); local
2942 Set set = mIndex.entrySet(); local
3019 Set set = mIndex.entrySet(); local
3039 Set set = mIndex.entrySet(); local
3179 Set set = mIndex.entrySet(); local
3562 Set set = mConnectedDevices.entrySet(); local
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 663 mViewport.set(0, 0, widthSize, heightSize);
676 /* Allow the height to be set as WRAP_CONTENT. This allows the particular case
678 * is still not allowed to be set as WRAP_CONTENT since many parts of the code expect
685 // unless they were set to WRAP_CONTENT
720 // We can't call getChildOffset/getRelativeChildOffset until we set the measured dimensions.
721 // We also wait until we set the measured dimensions before flushing the cache as well, to
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintJobConfigActivity.java 461 // call write. We use "layoutChanged" set by the application to
467 // Set the info.
    [all...]
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java 243 sThis.set(this);
341 * Validate internal set of accounts against installed authenticators for
353 * Validate internal set of accounts against installed authenticators for
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 321 /* Set the soft access point configuration */
323 /* Soft access point configuration set completed */
359 /* Set operational mode. CONNECT, SCAN ONLY, SCAN_ONLY with Wi-Fi off mode */
379 /* Set the country code */
385 /* Set up packet filtering */
399 /* Set the frequency band */
474 * wifi chipset does not support background scanning to set up a
484 * from the default config if the setting is not set
622 * Most recently set source of starting WIFI.
702 mUserWantsSuspendOpt.set(Settings.Global.getInt(mContext.getContentResolver()
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java 391 // Set the display orientation if display rotation has changed.
709 // Set zoom parameters asynchronously
    [all...]

Completed in 1173 milliseconds

<<818283848586878889