HomeSort by relevance Sort by last modified time
    Searched full:construct (Results 951 - 975 of 2991) sorted by null

<<31323334353637383940>>

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
MessageBoxLog.java 37 * - Construct a new {@link MessageBoxLog}. </br>
  /sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
LabelView.java 51 * Construct object, initializing with any attributes we understand from a
  /tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/localizationStrings/
MissingLanguageKeyCondition.java 165 // Construct a list of missing keys
  /tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/missingdrawable/
MissingDrawableData.java 122 // Construct a list of unique drawable elements
  /tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/orphanedstrings/
OrphanedStringsCondition.java 95 // Construct description
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/checker/condition/
Condition.java 86 * Construct a new Condition with the given parameters.
  /external/icu4c/common/
serv.h 80 * <p>Construct a key from an id.</p>
82 * @param id the ID from which to construct the key.
92 * <p>Return the original ID used to construct this key.</p>
94 * @return the ID used to construct this key.
290 * <p>Construct a SimpleFactory that maps a single ID to a single
560 * <p>Construct a new ICUService.</p>
565 * <p>Construct with a name (useful for debugging).</p>
    [all...]
  /external/svox/pico/lib/
picoacph.c 472 /* construct input vector, which is set in dtphr */
905 /* construct input vector, which is set in dtacc */
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 656 // Construct type.
696 /// constructTypeDIE - Construct basic type die from DIBasicType.
718 /// constructTypeDIE - Construct derived type die from DIDerivedType.
747 /// constructTypeDIE - Construct type DIE from DICompositeType.
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 47 // A very small number of users will want to construct their own
107 // Use DescriptorPool to construct your own descriptors.
292 // Use DescriptorPool to construct your own descriptors.
542 // to construct your own descriptors.
622 // EnumDescriptor::FindValueByNumber(). Use DescriptorPool to construct
678 // ServiceDescriptor. Use DescriptorPool to construct your own descriptors.
739 // ServiceDescriptor::FindMethodByName(). Use DescriptorPool to construct your
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 88 // Enter a construct frame.
90 FrameScope scope(masm, StackFrame::CONSTRUCT);
353 // Restore the arguments count and leave the construct frame.
357 // Leave construct frame.
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 87 // Enter a construct frame.
89 FrameScope scope(masm, StackFrame::CONSTRUCT);
358 // Restore the arguments count and leave the construct frame.
362 // Leave construct frame.
    [all...]
deoptimizer-x64.cc 449 PrintF(" translating construct stub => height=%d\n", height_in_bytes);
458 output_frame->SetFrameType(StackFrame::CONSTRUCT);
460 // Construct stub can not be topmost or bottommost.
513 value = reinterpret_cast<intptr_t>(Smi::FromInt(StackFrame::CONSTRUCT));
517 V8PRIxPTR " ; function (construct sentinel)\n",
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 1049 * Now construct the peer object paths in a form suitable for
    [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 466 PrintF(" translating construct stub => height=%d\n", height_in_bytes);
475 output_frame->SetFrameType(StackFrame::CONSTRUCT);
477 // Construct stub can not be topmost or bottommost.
527 value = reinterpret_cast<intptr_t>(Smi::FromInt(StackFrame::CONSTRUCT));
530 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; function (construct sentinel)\n",
    [all...]
builtins-arm.cc 306 // This function is used for both construct and normal calls of Array. The only
307 // difference between handling a construct call and a normal call is that for a
308 // construct call the constructor function in r1 needs to be preserved for
311 // construct call and normal call.
548 // The array construct code is only set for the builtin and internal
561 // Jump to the generic construct code in case the specialized code cannot
714 // Enter a construct frame.
716 FrameScope scope(masm, StackFrame::CONSTRUCT);
    [all...]
  /external/v8/src/mips/
builtins-mips.cc 316 // This function is used for both construct and normal calls of Array. The only
317 // difference between handling a construct call and a normal call is that for a
318 // construct call the constructor function in a1 needs to be preserved for
321 // construct call and normal call.
561 // The array construct code is only set for the builtin and internal
576 // Jump to the generic construct code in case the specialized code cannot
737 // Enter a construct frame.
739 FrameScope scope(masm, StackFrame::CONSTRUCT);
    [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2008-08-10 349 (KJS::::construct):
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTest.java 436 * Case 1: Try to construct object using correct pattern and fromat symbols.
437 * Case 2: Try to construct object using null arguments.
438 * Case 3: Try to construct object using incorrect pattern.
442 // case 1: Try to construct object using correct pattern and fromat
457 // case 2: Try to construct object using null arguments.
477 // case 3: Try to construct object using incorrect pattern.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 553 /** @brief Construct an empty %__shared_ptr.
560 /** @brief Construct a %__shared_ptr that owns the pointer @a __p.
581 /** @brief Construct a %__shared_ptr that owns the pointer @a __p
604 /** @brief Construct a %__shared_ptr that owns the pointer @a __p
627 * This can be used to construct a @c shared_ptr to a sub-object
644 * otherwise construct a %__shared_ptr that shares ownership
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 553 /** @brief Construct an empty %__shared_ptr.
560 /** @brief Construct a %__shared_ptr that owns the pointer @a __p.
581 /** @brief Construct a %__shared_ptr that owns the pointer @a __p
604 /** @brief Construct a %__shared_ptr that owns the pointer @a __p
627 * This can be used to construct a @c shared_ptr to a sub-object
644 * otherwise construct a %__shared_ptr that shares ownership
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 553 /** @brief Construct an empty %__shared_ptr.
560 /** @brief Construct a %__shared_ptr that owns the pointer @a __p.
581 /** @brief Construct a %__shared_ptr that owns the pointer @a __p
604 /** @brief Construct a %__shared_ptr that owns the pointer @a __p
627 * This can be used to construct a @c shared_ptr to a sub-object
644 * otherwise construct a %__shared_ptr that shares ownership
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 553 /** @brief Construct an empty %__shared_ptr.
560 /** @brief Construct a %__shared_ptr that owns the pointer @a __p.
581 /** @brief Construct a %__shared_ptr that owns the pointer @a __p
604 /** @brief Construct a %__shared_ptr that owns the pointer @a __p
627 * This can be used to construct a @c shared_ptr to a sub-object
644 * otherwise construct a %__shared_ptr that shares ownership
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 553 /** @brief Construct an empty %__shared_ptr.
560 /** @brief Construct a %__shared_ptr that owns the pointer @a __p.
581 /** @brief Construct a %__shared_ptr that owns the pointer @a __p
604 /** @brief Construct a %__shared_ptr that owns the pointer @a __p
627 * This can be used to construct a @c shared_ptr to a sub-object
644 * otherwise construct a %__shared_ptr that shares ownership
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 425 // Construct/copy/destroy:
440 * @brief Construct an empty string using allocator @a a.
447 * @brief Construct string with copy of value of @a str.
452 * @brief Construct string as copy of a substring.
460 * @brief Construct string as copy of a substring.
470 * @brief Construct string initialized by a character %array.
481 * @brief Construct string as copy of a C string.
487 * @brief Construct string as multiple characters.
496 * @brief Move construct string.
513 * @brief Construct string from an initializer %list
    [all...]

Completed in 895 milliseconds

<<31323334353637383940>>