HomeSort by relevance Sort by last modified time
    Searched refs:initial (Results 76 - 100 of 425) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/sandbox/win/src/
sandbox_policy.h 75 // initial: the security level for the initial token. This is the token that
78 // win32's ReverToSelf(). Once this happens the initial token is no longer
79 // available and the lockdown token is in effect. Using an initial token is
86 // Returns false if the lockdown value is more permissive than the initial
92 virtual ResultCode SetTokenLevel(TokenLevel initial, TokenLevel lockdown) = 0;
94 // Returns the initial token level.
156 // Sets the integrity level of the process in the sandbox. Both the initial
162 // Returns the initial integrity level used.
179 // AppContainers, so this function is incompatible with the use of an initial
    [all...]
sandbox_policy_base.h 42 virtual ResultCode SetTokenLevel(TokenLevel initial,
85 ResultCode MakeTokens(HANDLE* initial, HANDLE* lockdown);
sandbox_policy_base.cc 163 ResultCode PolicyBase::SetTokenLevel(TokenLevel initial, TokenLevel lockdown) {
164 if (initial < lockdown) {
167 initial_level_ = initial;
310 // an AppContainer. If the caller wants to use a more privileged initial
515 ResultCode PolicyBase::MakeTokens(HANDLE* initial, HANDLE* lockdown) {
530 *initial = INVALID_HANDLE_VALUE;
537 result = CreateRestrictedToken(initial, initial_level_,
  /external/pdfium/core/src/fxge/agg/agg23/
agg_vcgen_stroke.h 24 initial, enumerator in enum:agg::vcgen_stroke::status_e
  /external/valgrind/main/none/tests/s390x/
dfpconv.c 7 #define I2D(insn, initial, target,round) \
9 register int source asm("2") = initial; \
15 #define D2I(insn, initial, type, round, cc) \
17 register type source asm("f0") = initial; \
fpext.c 6 #define L2F(insn, initial, target,round) \
8 register unsigned long source asm("2") = initial; \
14 #define F2L(insn, initial, type, round, cc) \
16 register type source asm("f0") = initial; \
  /frameworks/av/services/audioflinger/
FastMixer.h 56 static const FastMixerState initial; member in class:android::FastMixer
FastCapture.cpp 32 /*static*/ const FastCaptureState FastCapture::initial; member in class:android::FastCapture
40 previous = &initial;
41 current = &initial;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 171 * The initial value for this parameter (see also {@link #suggest} for more
175 public final String initial; field in class:Parameter
229 initial = parameter.getAttribute(ATTR_DEFAULT);
250 if (initial != null && !initial.isEmpty() && type == Type.BOOLEAN) {
251 value = Boolean.valueOf(initial);
253 value = initial;
267 initial = null;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
spannable_test.js 252 var assertSubstringResult = function(expected, initial, start, opt_end) {
253 var spannable = new cvox.Spannable(initial);
267 var assertRangeError = function(initial, start, opt_end) {
268 var spannable = new cvox.Spannable(initial);
283 initial, initialSpanStart, initialSpanEnd, start, opt_end) {
285 var spannable = new cvox.Spannable(initial);
314 var assertSpanExcluded = function(initial, spanStart, spanEnd,
317 var spannable = new cvox.Spannable(initial);
334 initial, initialSpanStart, initialSpanEnd, start, opt_end) {
336 var spannable = new cvox.Spannable(initial);
    [all...]
  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeEventTest.java 146 public void assertDeserialized(Serializable initial,
149 PropertyChangeEvent initEv = (PropertyChangeEvent) initial;
  /external/chromium_org/components/domain_reliability/
util_unittest.cc 28 TimeTicks initial = time_.NowTicks(); local
31 EXPECT_EQ(delta, final - initial);
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransfer.java 45 private Status status = Status.initial;
256 * The initial status of the file transfer.
258 initial("Initial"), enum constant in enum:FileTransfer.Status
  /device/asus/fugu/libaudio/
AudioHardwareOutput.h 93 bool applyOutputSettings_l(const OutputSettings& initial,
  /external/chromium_org/tools/perf/page_sets/
calendar_forward_backward.py 32 elem.content='initial-scale=1';
  /external/chromium_org/v8/test/mjsunit/
concurrent-initial-prototype-change.js 44 // Optimized code of f1 depends on initial object and array maps.
48 // Invalidate current initial object map after compile graph has been created.
array-iteration.js 55 // Only loop through initial part of array eventhough elements are
97 // Only loop through initial part of array eventhough elements are
138 // Only loop through initial part of array eventhough elements are
176 // Only loop through initial part of array eventhough elements are
213 // Only loop through initial part when elements are added.
  /external/qemu/util/
cutils.c 514 int parse_debug_env(const char *name, int max, int initial)
521 return initial;
525 return initial;
529 return initial;
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLClientInfoExceptionTest.java 238 public void assertDeserialized(Serializable initial,
241 SerializationTest.THROWABLE_COMPARATOR.assertDeserialized(initial,
244 SQLClientInfoException initEx = (SQLClientInfoException) initial;
  /external/chromium_org/ash/frame/
custom_frame_view_ash_unittest.cc 211 const gfx::Rect initial = delegate-> local
217 EXPECT_GT(initial.width(), maximize_mode_bounds.width());
222 EXPECT_EQ(initial, after_restore);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash_browsertest.cc 213 const gfx::Rect initial = frame_view->caption_button_container_->bounds(); local
218 EXPECT_GT(initial.width(), during_maximize.width());
223 EXPECT_EQ(initial, after_restore);
  /external/chromium_org/components/autofill/core/browser/
contact_info.cc 253 base::string16 initial; local
254 initial.push_back(middle_name[0]);
255 return initial;
  /external/chromium_org/third_party/WebKit/Source/core/css/
mediaControls.css 116 background-color: initial;
166 background-color: initial;
219 border: initial;
236 border: initial;
278 background-color: initial;
298 background-color: initial;
  /external/chromium_org/third_party/icu/source/i18n/
basictz.cpp 130 BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial,
132 initial = NULL;
249 // The initial rule should represent the rule before the previous transition
271 // Set the initial rule
272 initial = new InitialTimeZoneRule(initialName, initialRaw, initialDst);
287 BasicTimeZone::getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial,
340 initial = orgini->clone();
355 // Create initial rule
516 initial = res_initial;
543 initial = NULL
    [all...]
  /external/icu/icu4c/source/i18n/
basictz.cpp 130 BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial,
132 initial = NULL;
249 // The initial rule should represent the rule before the previous transition
271 // Set the initial rule
272 initial = new InitialTimeZoneRule(initialName, initialRaw, initialDst);
287 BasicTimeZone::getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial,
340 initial = orgini->clone();
355 // Create initial rule
516 initial = res_initial;
543 initial = NULL
    [all...]

Completed in 1085 milliseconds

1 2 34 5 6 7 8 91011>>