/external/v8/test/cctest/ |
test-heap.cc | 219 Top::context()->global()->SetProperty(func_name, function, NONE); 225 obj->SetProperty(prop_name, Smi::FromInt(23), NONE); 226 obj->SetProperty(prop_namex, Smi::FromInt(24), NONE); 245 Top::context()->global()->SetProperty(obj_name, obj, NONE); 248 obj->SetProperty(prop_name, Smi::FromInt(23), NONE); 525 obj->SetProperty(prop_name, Smi::FromInt(23), NONE); 528 function->SetProperty(prop_name, Smi::FromInt(24), NONE); 549 obj->SetProperty(first, Smi::FromInt(1), NONE); 557 obj->SetProperty(first, Smi::FromInt(1), NONE); 558 obj->SetProperty(second, Smi::FromInt(2), NONE); [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/style/ |
checker_unittest.py | 61 self.assertEquals(options.git_commit, None) 209 git_commit=None, 248 def _create_parser(self, defaults=None): 259 if defaults is None: 316 self.assertEquals(options.git_commit, None) 424 """Assert that the dispatched processor is None.""" 426 self.assertTrue(processor is None, 'Checking: "%s"' % file_path) 574 self.got_file_path = None 575 self.got_handle_style_error = None 576 self.got_processor = None [all...] |
/cts/tests/res/menu/ |
checkable.xml | 25 <item android:title="None"> 27 <!-- The none checkableBehavior is default, but we explicitly show it here. --> 29 android:checkableBehavior="none">
|
/development/samples/ApiDemos/res/menu/ |
checkable.xml | 25 <item android:title="None"> 27 <!-- The none checkableBehavior is default, but we explicitly show it here. --> 29 android:checkableBehavior="none">
|
/external/emma/core/java12/com/vladium/logging/ |
ILogLevels.java | 47 /** setting log level to NONE disables all logging */ 48 int NONE = -1; 65 String NONE_STRING = "none";
|
/external/gtest/test/ |
gtest_help_test.py | 79 flag: the command-line flag to pass to gtest_help_test_, or None. 82 if flag is None: 121 exit_code, output = RunWithFlag(None)
|
/external/junit/src/junit/swingui/ |
CounterPanel.java | 35 GridBagConstraints.CENTER, GridBagConstraints.NONE, 44 GridBagConstraints.CENTER, GridBagConstraints.NONE, 53 GridBagConstraints.CENTER, GridBagConstraints.NONE,
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
decoder_aac.cpp | 75 Parameters: none 77 Return Values: none 112 Parameters: none 225 Parameters: none 367 Parameters: none 369 Return Values: none 387 Parameters: none 408 Parameters: none 410 Return Values: none 446 Parameters: none [all...] |
/external/v8/test/sputnik/ |
testcfg.py | 42 self.tmpfile = None 43 self.source = None 61 self.tmpfile = None
|
/external/webkit/WebCore/inspector/front-end/ |
KeyboardShortcut.js | 39 None: 0, // Constant for empty modifiers set. 93 var modifiers = WebInspector.KeyboardShortcut.Modifiers.None; 101 var modifiers = WebInspector.KeyboardShortcut.Modifiers.None;
|
/external/webkit/WebCore/manual-tests/plugins/ |
windowed.html | 17 display: none; 27 if (flashPlugin.style.display == 'none') { 30 flashPlugin.style.display = 'none';
|
windowless.html | 17 display: none; 27 if (flashPlugin.style.display == 'none') { 30 flashPlugin.style.display = 'none';
|
/external/webkit/WebCore/manual-tests/ |
video-player.html | 3 #videocontainer { position: relative; width: 400px; height:230px;-webkit-user-select:none; -webkit-transition-duration:0.2s} 48 playButton.style.display = "none"; 49 videoZoomButton.style.display = "none";
|
/external/webkit/WebKitTools/QueueStatusServer/model/ |
attachment.py | 62 self._summary = None 90 return None 102 summary[queue] = None
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
committers_unittest.py | 50 self.assertEqual(committer_list.reviewer_by_email('one@test.com'), None) 53 self.assertEqual(committer_list.committer_by_email('bar@bar.com'), None) 54 self.assertEqual(committer_list.reviewer_by_email('bar@bar.com'), None)
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
test_shell_thread.py | 193 self._driver = None 198 self._exception_info = None 206 self._current_dir = None 208 self._num_tests_in_current_dir = None 210 self._current_dir_start_time = None 229 Returns None if run() terminated normally. Meant to be called after 246 self._run(test_runner=None, result_summary=None) 270 If test_runner is not None, then we call test_runner.UpdateSummary() 294 if self._current_dir is not None [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
test.py | 41 def __init__(self, port_name=None, options=None): 141 return (False, False, image_hash, '', None)
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
broadcastKeyNone.c | 35 * \brief broadcast key None implementation 42 * MODULE: None station broadcast key SM * 43 * PURPOSE: None station broadcast key SM implementation *
|
unicastKeyNone.c | 35 * \brief station unicast key None implementation 42 * MODULE: station unicast key None * 43 * PURPOSE: station unicast key None implementation *
|
/packages/apps/IM/res/layout/ |
chat_switcher_item.xml | 46 android:inputType="none" 59 android:inputType="none" 72 android:inputType="none"
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
EventValueSelector.java | 171 Label l = new Label(mShell, SWT.NONE); 203 l = new Label(mShell, SWT.NONE); 219 l = new Label(mShell, SWT.NONE); 236 new Composite(mShell, SWT.NONE).setLayoutData(gd = new GridData()); 253 l = new Label(mShell, SWT.NONE); 269 l = new Label(mShell, SWT.NONE); 289 l = new Label(mShell, SWT.NONE); 327 Composite buttonComp = new Composite(mShell, SWT.NONE); 335 Composite padding = new Composite(mShell, SWT.NONE); 351 padding = new Composite(mShell, SWT.NONE); [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdStartDialog.java | 109 * Returns the scaling factor, or 0.f if none are set. 119 Label l = new Label(parent, SWT.NONE); 122 l = new Label(parent, SWT.NONE); 123 l.setText(mSkinDisplay == null ? "None" : mSkinDisplay); 126 l = new Label(parent, SWT.NONE); 129 l = new Label(parent, SWT.NONE); 140 final Group scaleGroup = new Group(parent, SWT.NONE); 146 l = new Label(scaleGroup, SWT.NONE); 168 new Composite(scaleGroup, SWT.NONE).setLayoutData(gd = new GridData()); 171 l = new Label(scaleGroup, SWT.NONE); [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
broadcastKeyNone.c | 35 * \brief broadcast key None implementation 42 * MODULE: None station broadcast key SM * 43 * PURPOSE: None station broadcast key SM implementation *
|
unicastKeyNone.c | 35 * \brief station unicast key None implementation 42 * MODULE: station unicast key None * 43 * PURPOSE: station unicast key None implementation *
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/ |
OMX_G722Dec_Utils.h | 609 * @pre None 611 * @post None 616 * @see None 629 * @pre None 631 * @post None 636 * @see None 652 * @pre None 654 * @post None 659 * @see None 675 * @pre None [all...] |