Searched
full:split (Results
726 -
750 of
5986) sorted by null
<<21222324252627282930>>
/art/compiler/jni/quick/mips/ |
calling_convention_mips.h | 78 // Padding to ensure longs and doubles are not split in AAPCS
|
/cts/tests/tests/net/src/android/net/cts/ |
DhcpInfoTest.java | 58 String ipSegs[] = ipString.split("[.]");
|
/developers/samples/android/ui/actionbarcompat/Styled/Styled/src/main/ |
AndroidManifest.xml | 44 In this example set the Activity to have a split action bar when the device's
|
/development/apps/CustomLocale/src/com/android/customlocale2/ |
ChangeLocale.java | 53 String[] langCountry = locale.split("_");
|
/development/tools/axl/ |
log.py | 40 for ln in " ".join(map(str, logstrs)).split("\n"):
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/ |
ExceptionExtensions.cs | 44 foreach ( string line in trace.Split( '\n', '\r' ) )
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
main-scripts.rb | 54 out_lines = output.string.split( /\n/ ) 74 lines = output.string.split( /\n/ ) 94 lines = output.string.split( "\n" ) 241 # lines = output.string.split(/\n/)
|
/external/bison/lib/ |
sched.in.h | 24 /* The include_next requires a split double-inclusion guard. */
|
sys_types.in.h | 25 /* The include_next requires a split double-inclusion guard. */
|
/external/ceres-solver/internal/ceres/ |
split.h | 40 // Split a string using one or more character delimiters, presented as a
|
/external/chromium/chrome/browser/extensions/ |
extension_uninstall_dialog.h | 36 // Starts the process of showing a confirmation UI, which is split into two.
|
/external/chromium/chrome/browser/importer/ |
external_process_importer_bridge.h | 22 // split in half by the IPC infrastructure. The external bridge receives data
|
/external/chromium/chrome/browser/resources/file_manager/ |
manifest.json | 7 "incognito" : "split",
|
/external/chromium/chrome/browser/ui/views/infobars/ |
after_translate_infobar.h | 41 // ...where <lang1> and <lang2> are comboboxes. So the text is split in 3
|
before_translate_infobar.h | 40 // ...where <lang> is a combobox. So the text is split in 2 chunks, each
|
/external/chromium/net/tools/flip_server/ |
split.cc | 5 #include "net/tools/flip_server/split.h"
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
set_sys_path.py | 42 sys.path.insert(0, os.path.join(os.path.split(__file__)[0], '..'))
|
/external/chromium_org/build/ |
landmines.py | 66 return dict(arg.split('=', 1) 67 for arg in shlex.split(os.environ.get('GYP_DEFINES', ''))) 113 generator = os.environ['GYP_GENERATORS'].split(',')[0] 115 return generator.split('-')[0]
|
/external/chromium_org/chrome/browser/autocomplete/ |
contact_provider_chromeos.h | 59 // is matched by |input|. |input_words| is |input.text()| split on word
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
ibus_controller.h | 21 // TODO(nona): Split this class into IBusPropertyHandler and IBusConfigHandler.
|
ibus_controller_impl.h | 28 // TODO(nona): Merge to IBusControllerBase, there is no longer reason to split
|
/external/chromium_org/chrome/browser/extensions/ |
extension_protocols_unittest.cc | 34 manifest.SetString("incognito", incognito_split_mode ? "split" : "spanning"); 138 // in incognito, and it's either a non-main-frame request or a split-mode 155 {"split disabled", true, false, false, false}, 157 {"split enabled", true, true, true, true},
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
sync_node_browser.css | 16 /* min-width and max-width are used by the split pane. */
|
sync_search.css | 29 /* min-width and max-width are used by the split pane. */
|
/external/chromium_org/chrome/browser/ui/ |
view_ids.h | 64 // The contents split.
|
Completed in 1935 milliseconds
<<21222324252627282930>>