/external/icu4c/test/intltest/ |
tzregts.cpp | 887 // Must construct the Date object AFTER setting the default zone [all...] |
/external/libnfc-nxp/src/ |
phHciNfc_RFReader.c | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocvideo.cpp | 256 User::LeaveIfError(Private->EPOC_WsScreen->Construct()); 260 User::LeaveIfError(Private->EPOC_WsWindowGroup.Construct(WindowClientHandle)); 279 // User::LeaveIfError(Private->EPOC_WsWindow.Construct(Private->EPOC_WsWindowGroup,WindowClientHandle )); 281 User::LeaveIfError(Private->EPOC_WsWindow.Construct(Private->EPOC_WsWindowGroup,WindowClientHandle - 1)); 340 /* Construct Epoc window */ [all...] |
/external/v8/src/ia32/ |
deoptimizer-ia32.cc | 557 PrintF(" translating construct stub => height=%d\n", height_in_bytes); 566 output_frame->SetFrameType(StackFrame::CONSTRUCT); 568 // Construct stub can not be topmost or bottommost. 618 value = reinterpret_cast<intptr_t>(Smi::FromInt(StackFrame::CONSTRUCT)); 621 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; function (construct sentinel)\n", [all...] |
/external/v8/src/mips/ |
deoptimizer-mips.cc | 456 PrintF(" translating construct stub => height=%d\n", height_in_bytes); 465 output_frame->SetFrameType(StackFrame::CONSTRUCT); 467 // Construct stub can not be topmost or bottommost. 517 value = reinterpret_cast<intptr_t>(Smi::FromInt(StackFrame::CONSTRUCT)); 520 PrintF(" 0x%08x: [top + %d] <- 0x%08x ; function (construct sentinel)\n", [all...] |
/frameworks/base/docs/html/google/play/licensing/ |
adding-licensing.jd | 449 <p>Finally, construct an instance of AESObfuscator, passing the salt, 450 application identifier, and device identifier. You can construct the instance 454 // Construct the LicenseChecker with a Policy. 515 you construct.</li> [all...] |
/external/chromium/net/spdy/ |
spdy_network_transaction_unittest.cc | 526 // Construct the request. 553 // Construct the request. [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 639 " failed to construct for " + string(n)); 650 " failed to construct for " + name); 691 " failed to construct for " + string(n)); 702 " failed to construct for " + name); 1096 " failed to construct for " + string(name)); 1107 " failed to construct for " + name); 1153 " failed to construct for " + string(name)); 1164 " failed to construct for " + name); [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
regex.h | 176 * <p>Note that it is often more convenient to construct a RegexMatcher directly 205 * <p>Note that it is often more convenient to construct a RegexMatcher directly 234 * <p>Note that it is often more convenient to construct a RegexMatcher directly 264 * <p>Note that it is often more convenient to construct a RegexMatcher directly 296 * <p>Note that it is often more convenient to construct a RegexMatcher directly 323 * <p>Note that it is often more convenient to construct a RegexMatcher directly 652 * Construct a RegexMatcher for a regular expression. 668 * Construct a RegexMatcher for a regular expression. 685 * Construct a RegexMatcher for a regular expression. 709 * Construct a RegexMatcher for a regular expression [all...] |
/external/icu4c/i18n/unicode/ |
regex.h | 174 * <p>Note that it is often more convenient to construct a RegexMatcher directly 202 * <p>Note that it is often more convenient to construct a RegexMatcher directly 231 * <p>Note that it is often more convenient to construct a RegexMatcher directly 260 * <p>Note that it is often more convenient to construct a RegexMatcher directly 291 * <p>Note that it is often more convenient to construct a RegexMatcher directly 317 * <p>Note that it is often more convenient to construct a RegexMatcher directly 639 * Construct a RegexMatcher for a regular expression. 655 * Construct a RegexMatcher for a regular expression. 672 * Construct a RegexMatcher for a regular expression. 696 * Construct a RegexMatcher for a regular expression [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers.c | 383 "%s: failed to construct message 1", __func__); 390 "%s: failed to construct message 2", __func__); 431 "%s: failed to construct message 3", __func__); 437 "%s: failed to construct message 4", __func__); 482 "%s: failed to construct message 1", __func__); 488 "%s: failed to construct message 2", __func__); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
basic_string.h | 430 // Construct/copy/destroy: 445 * @brief Construct an empty string using allocator @a a. 452 * @brief Construct string with copy of value of @a str. 457 * @brief Construct string as copy of a substring. 465 * @brief Construct string as copy of a substring. 475 * @brief Construct string initialized by a character %array. 486 * @brief Construct string as copy of a C string. 492 * @brief Construct string as multiple characters. 501 * @brief Move construct string. 518 * @brief Construct string from an initializer %list [all...] |
/external/clang/include/clang/AST/ |
Expr.h | 120 /// \brief Construct an empty expression. [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 784 /// Construct an empty attribute. 802 /// Construct an attribute with a name and value. [all...] |
/external/chromium_org/third_party/zlib/ |
trees.c | 295 /* Construct the codes of the static literal tree */ 616 * Construct one Huffman tree and assigns the code bit strings and lengths. 634 /* Construct the initial heap, with least frequent element in 668 /* Construct the Huffman tree by repeatedly combining the least two 804 * Construct the Huffman tree for the bit lengths and return the index in [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
trees.c | 292 /* Construct the codes of the static literal tree */ 612 * Construct one Huffman tree and assigns the code bit strings and lengths. 630 /* Construct the initial heap, with least frequent element in 664 /* Construct the Huffman tree by repeatedly combining the least two 800 * Construct the Huffman tree for the bit lengths and return the index in [all...] |
/external/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 784 /// Construct an empty attribute. 802 /// Construct an attribute with a name and value. [all...] |
/external/zlib/src/ |
trees.c | 290 /* Construct the codes of the static literal tree */ 610 * Construct one Huffman tree and assigns the code bit strings and lengths. 628 /* Construct the initial heap, with least frequent element in 662 /* Construct the Huffman tree by repeatedly combining the least two 798 * Construct the Huffman tree for the bit lengths and return the index in [all...] |
/libcore/luni/src/main/java/java/sql/ |
CallableStatement.java | 290 * java.sql.Date}, using the specified {@code Calendar} to construct the date. 300 * the {@code Calendar} to use to construct the date 325 * java.sql.Date}, using the specified {@code Calendar} to construct the date. 629 * java.sql.Time}, using the supplied {@code Calendar} to construct the 663 * java.sql.Time}, using the supplied {@code Calendar} to construct [all...] |
/external/bison/src/ |
reader.c | 607 /* Construct the accept symbol. */ 612 /* Construct the error token */ 617 /* Construct a token that represents all undefined literal tokens.
|
/external/chromium/base/ |
tracked_objects.h | 122 // purposes, we need to construct Snapshot instances for each combination of 292 // Construct with a list of how many threads should contribute. This helps us 477 // If an instance does not exist, construct one (and remember it for use on
|
/external/chromium/sdch/open-vcdiff/src/gflags/ |
gflags.h | 123 // This function is safe to call at global construct time (as in the 432 // Need this construct to avoid the 'defined but not used' warning. 498 // construct them at static-initialization time (instead they get
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediasessionclient.cc | 59 Construct(); 69 Construct(); 73 void MediaSessionClient::Construct() { [all...] |
/external/chromium_org/base/metrics/ |
histogram.h | 45 // the smallest ratio that it can use to construct the number of buckets 93 // take a "slow path" to construct (or find) the histogram on the first run 115 // This is the slow path, which will construct OR find the matching
|
/external/chromium_org/third_party/icu/source/i18n/ |
astro.h | 288 * Construct a new <code>CalendarAstronomer</code> object that is initialized to 295 * Construct a new <code>CalendarAstronomer</code> object that is initialized to 302 * Construct a new <code>CalendarAstronomer</code> object with the given
|