Searched refs:strings (Results 351 - 375 of 863) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/android_webview/
H A Dandroid_webview_pak.target.linux-mips.mk37 $(gyp_shared_intermediate_dir)/android_webview_assets/en-US.pak: $(LOCAL_PATH)/tools/grit/grit/format/repack.py $(gyp_shared_intermediate_dir)/content/app/strings/content_strings_en-US.pak $(GYP_TARGET_DEPENDENCIES)
39 $(hide)cd $(gyp_local_path)/android_webview; mkdir -p $(gyp_shared_intermediate_dir)/android_webview_assets; python ../tools/grit/grit/format/repack.py "$(gyp_shared_intermediate_dir)/android_webview_assets/en-US.pak" "$(gyp_shared_intermediate_dir)/content/app/strings/content_strings_en-US.pak"
H A Dandroid_webview_pak.target.linux-mips64.mk37 $(gyp_shared_intermediate_dir)/android_webview_assets/en-US.pak: $(LOCAL_PATH)/tools/grit/grit/format/repack.py $(gyp_shared_intermediate_dir)/content/app/strings/content_strings_en-US.pak $(GYP_TARGET_DEPENDENCIES)
39 $(hide)cd $(gyp_local_path)/android_webview; mkdir -p $(gyp_shared_intermediate_dir)/android_webview_assets; python ../tools/grit/grit/format/repack.py "$(gyp_shared_intermediate_dir)/android_webview_assets/en-US.pak" "$(gyp_shared_intermediate_dir)/content/app/strings/content_strings_en-US.pak"
H A Dandroid_webview_pak.target.linux-x86.mk37 $(gyp_shared_intermediate_dir)/android_webview_assets/en-US.pak: $(LOCAL_PATH)/tools/grit/grit/format/repack.py $(gyp_shared_intermediate_dir)/content/app/strings/content_strings_en-US.pak $(GYP_TARGET_DEPENDENCIES)
39 $(hide)cd $(gyp_local_path)/android_webview; mkdir -p $(gyp_shared_intermediate_dir)/android_webview_assets; python ../tools/grit/grit/format/repack.py "$(gyp_shared_intermediate_dir)/android_webview_assets/en-US.pak" "$(gyp_shared_intermediate_dir)/content/app/strings/content_strings_en-US.pak"
H A Dandroid_webview_pak.target.linux-x86_64.mk37 $(gyp_shared_intermediate_dir)/android_webview_assets/en-US.pak: $(LOCAL_PATH)/tools/grit/grit/format/repack.py $(gyp_shared_intermediate_dir)/content/app/strings/content_strings_en-US.pak $(GYP_TARGET_DEPENDENCIES)
39 $(hide)cd $(gyp_local_path)/android_webview; mkdir -p $(gyp_shared_intermediate_dir)/android_webview_assets; python ../tools/grit/grit/format/repack.py "$(gyp_shared_intermediate_dir)/android_webview_assets/en-US.pak" "$(gyp_shared_intermediate_dir)/content/app/strings/content_strings_en-US.pak"
/external/chromium_org/third_party/fips181/
H A Dconvert.cc33 #include <strings.h>
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbytestriebuilder.h169 CharString *strings; // Pointer not object so we need not #include internal charstr.h. member in class:BytesTrieBuilder
/external/chromium_org/third_party/icu/source/common/
H A Dunisetspan.h26 * Implement span() etc. for a set with strings.
65 * Do the strings need to be checked in span() etc.?
66 * @return TRUE if strings need to be checked (call span() here),
101 // Set for span(). Same as parent but without strings.
105 // Same as spanSet, plus characters that start or end strings.
108 // The strings of the parent set.
109 const UVector &strings; member in class:UnicodeSetStringSpan
121 // the UTF-8 versions of the parent set's strings.
124 // Number of bytes for all UTF-8 versions of strings together.
127 // Maximum lengths of relevant strings
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfrule.h83 int32_t indexOfAny(const UChar* const strings[]) const;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc77 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc39 namespace strings { namespace in namespace:google::protobuf
85 << "strings::Substitute format string invalid: asked for \"$"
98 << "Invalid strings::Substitute() format string: \""
132 } // namespace strings
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dexportfig.m12 % 'Format' one of the strings 'eps','eps2','jpeg','png','preview'
19 % 'Preview' one of the strings 'none', 'tiff'
35 % 'Color' one of the strings 'bw', 'gray', 'cmyk'
41 % 'Renderer' one of the strings 'painters', 'zbuffer', 'opengl'
49 % 'FontMode' one of the strings 'scaled', 'fixed'
55 % 'FontEncoding' one of the strings 'latin1', 'adobe'
68 % 'LineMode' one of the strings 'scaled', 'fixed'
131 error('Optional parameter names must be strings');
/external/icu/icu4c/source/common/unicode/
H A Dbytestriebuilder.h169 CharString *strings; // Pointer not object so we need not #include internal charstr.h. member in class:BytesTrieBuilder
/external/icu/icu4c/source/common/
H A Dunisetspan.h26 * Implement span() etc. for a set with strings.
65 * Do the strings need to be checked in span() etc.?
66 * @return TRUE if strings need to be checked (call span() here),
101 // Set for span(). Same as parent but without strings.
105 // Same as spanSet, plus characters that start or end strings.
108 // The strings of the parent set.
109 const UVector &strings; member in class:UnicodeSetStringSpan
121 // the UTF-8 versions of the parent set's strings.
124 // Number of bytes for all UTF-8 versions of strings together.
127 // Maximum lengths of relevant strings
[all...]
/external/icu/icu4c/source/i18n/
H A Dnfrule.h83 int32_t indexOfAny(const UChar* const strings[]) const;
/external/iptables/extensions/
H A Dlibipt_ULOG.c14 #include <strings.h>
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DMain.java57 public void strings(String cp) throws IOException { method in class:Main
/external/netperf/
H A Dnetperf.c54 #include <strings.h>
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc77 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc39 namespace strings { namespace in namespace:google::protobuf
85 << "strings::Substitute format string invalid: asked for \"$"
98 << "Invalid strings::Substitute() format string: \""
132 } // namespace strings
/external/qemu/android/kernel/
H A Dkernel_utils.cpp24 #include <strings.h>
/external/qemu/include/qapi/
H A Dvisitor.h48 void visit_type_enum(Visitor *v, int *obj, const char *strings[],
/external/skia/include/utils/
H A DSkJSON.h248 const char* const* strings() const { function in class:SkJSON::Array
/external/valgrind/main/perf/
H A Dmany-loss-records.c12 #include <strings.h>
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DEmitUtils.java164 public static void string_switch(CodeEmitter e, String[] strings, int switchStyle, ObjectSwitchCallback callback) { argument
168 string_switch_trie(e, strings, callback);
171 string_switch_hash(e, strings, callback, false);
174 string_switch_hash(e, strings, callback, true);
189 String[] strings,
193 final Map buckets = CollectionUtils.bucket(Arrays.asList(strings), new Transformer() {
216 List strings,
221 final int len = ((String)strings.get(0)).length();
222 final Map buckets = CollectionUtils.bucket(strings, new Transformer() {
257 final String[] strings,
188 string_switch_trie(final CodeEmitter e, String[] strings, final ObjectSwitchCallback callback) argument
215 stringSwitchHelper(final CodeEmitter e, List strings, final ObjectSwitchCallback callback, final Label def, final Label end, final int index) argument
256 string_switch_hash(final CodeEmitter e, final String[] strings, final ObjectSwitchCallback callback, final boolean skipEquals) argument
[all...]
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DPerfTraceEvent.java67 // A list of performance trace event strings.
83 * @param strings Event names we will record.
86 public static synchronized void setFilter(List<String> strings) { argument
87 sFilter = new LinkedList<String>(strings);

Completed in 534 milliseconds

<<11121314151617181920>>