/development/samples/browseable/NetworkConnect/src/com.example.android.common.logger/ |
LogView.java | 83 // Take the priority, tag, message, and exception, and concatenate as necessary
|
/development/samples/browseable/StorageClient/src/com.example.android.common/logger/ |
LogView.java | 83 // Take the priority, tag, message, and exception, and concatenate as necessary
|
/development/samples/browseable/StorageProvider/src/com.example.android.common/logger/ |
LogView.java | 83 // Take the priority, tag, message, and exception, and concatenate as necessary
|
/development/samples/browseable/TextLinkify/src/com.example.android.common.logger/ |
LogView.java | 83 // Take the priority, tag, message, and exception, and concatenate as necessary
|
/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/ |
LogView.java | 83 // Take the priority, tag, message, and exception, and concatenate as necessary
|
/development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/ |
LogView.java | 83 // Take the priority, tag, message, and exception, and concatenate as necessary
|
/development/tools/findunused/ |
findunusedresources | 60 # First take all the input files and concatenate them, removing newlines. This allows us to
|
/docs/source.android.com/scripts/ |
build.py | 44 # Step 1, concatenate the template pieces into a single template string
|
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
saml_injected.js | 75 // Use an invalid char for URL as delimiter to concatenate page url and
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
codegen.h | 141 // Concatenate instructions from all basic blocks into a BPF program that
|
/external/chromium_org/skia/ext/ |
platform_device_mac.cc | 85 // CoreGraphics can concatenate transforms, but not reset the current one.
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGGraphicsElement.cpp | 125 transformCurrentValue().concatenate(matrix);
|
SVGLinearGradientElement.cpp | 139 current->gradientTransformCurrentValue().concatenate(transform);
|
SVGRadialGradientElement.cpp | 150 current->gradientTransformCurrentValue().concatenate(transform);
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
FormData.cpp | 148 // Concatenate all the byte arrays, but omit any files.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tstnrapi.cpp | 161 Normalizer::concatenate(s, s, s, UNORM_NFC, 0, status);
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
writesrc.c | 38 /* concatenate path and filename, with U_FILE_SEP_CHAR in between if necessary */
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/ |
program.cpp | 41 // Concatenate all the provided fragments together
|
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
RopeByteStringTest.java | 101 unicode = RopeByteString.concatenate(unicode, sourceByteString);
|
/external/chromium_org/tools/json_schema_compiler/ |
code.py | 36 """Concatenate another Code object onto this one. Trailing whitespace is
|
/external/grub/ |
Android.mk | 57 ## 4) concatenate start + pre_stage2 into stage2.
|
/external/icu4c/test/intltest/ |
tstnrapi.cpp | 161 Normalizer::concatenate(s, s, s, UNORM_NFC, 0, status);
|
/external/icu4c/tools/toolutil/ |
writesrc.c | 39 /* concatenate path and filename, with U_FILE_SEP_CHAR in between if necessary */
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
program.cpp | 41 // Concatenate all the provided fragments together
|
/libcore/crypto/src/main/java/org/conscrypt/ |
PRF.java | 110 // (metterings show that is is faster to concatenate the arrays
|