/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/ |
move_convert18.fail.cpp | 55 int state() const {return state_;} function in class:CDeleter 73 assert(s2.get_deleter().state() == d.state()); 74 assert(s.get_deleter().state() == d.state());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
move_convert03.fail.cpp | 55 int state() const {return state_;} function in class:CDeleter 73 assert(s2.get_deleter().state() == d.state()); 74 assert(s.get_deleter().state() == d.state());
|
move_convert03.pass.cpp | 55 int state() const {return state_;} function in class:CDeleter 73 assert(s2.get_deleter().state() == d.state()); 74 assert(s.get_deleter().state() == d.state());
|
move_convert06.fail.cpp | 55 int state() const {return state_;} function in class:CDeleter 73 assert(s2.get_deleter().state() == d.state()); 74 assert(s.get_deleter().state() == d.state());
|
move_convert06.pass.cpp | 55 int state() const {return state_;} function in class:CDeleter 73 assert(s2.get_deleter().state() == d.state()); 74 assert(s.get_deleter().state() == d.state());
|
move_convert09.fail.cpp | 55 int state() const {return state_;} function in class:CDeleter 73 assert(s2.get_deleter().state() == d.state()); 74 assert(s.get_deleter().state() == d.state());
|
move_convert12.fail.cpp | 55 int state() const {return state_;} function in class:CDeleter 73 assert(s2.get_deleter().state() == d.state()); 74 assert(s.get_deleter().state() == d.state());
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapReceiver.java | 60 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); local 61 in.putExtra(BluetoothAdapter.EXTRA_STATE, state); 62 if (V) Log.v(TAG,"***********state = " + state); 63 if ((state == BluetoothAdapter.STATE_TURNING_ON) 64 || (state == BluetoothAdapter.STATE_OFF)) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
ListElementAddTransform.java | 17 package com.android.ide.eclipse.gltrace.state.transforms; 19 import com.android.ide.eclipse.gltrace.state.GLListProperty; 20 import com.android.ide.eclipse.gltrace.state.IGLProperty; 24 * properties in the GL State. 56 private GLListProperty getList(IGLProperty state) { 57 IGLProperty p = state;
|
SparseArrayElementAddTransform.java | 17 package com.android.ide.eclipse.gltrace.state.transforms; 19 import com.android.ide.eclipse.gltrace.state.GLSparseArrayProperty; 20 import com.android.ide.eclipse.gltrace.state.IGLProperty; 23 * A {@link SparseArrayElementAddTransform} changes given state by adding an 64 private GLSparseArrayProperty getArray(IGLProperty state) { 65 IGLProperty p = state;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangLexer.m | 49 self = [super initWithCharStream:anInput State:[[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:7+1] retain]]; 86 state.type = _type; 87 state.channel = _channel; 119 state.type = _type; 120 state.channel = _channel; 152 state.type = _type; 153 state.channel = _channel; 219 state.type = _type; 220 state.channel = _channel; 286 state.type = _type [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/power/ |
background.js | 15 * Key used for storing the current state in {localStorage}. 17 var STATE_KEY = 'state'; 20 * Loads the locally-saved state asynchronously. 37 * Switches to a new state. 61 throw 'Invalid state "' + newState + '"'; 78 loadSavedState(function(state) { 79 switch (state) { 90 throw 'Invalid state "' + state + '"'; 96 loadSavedState(function(state) { setState(state); }) [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkCanvasStateUtils.cpp | 141 static void setup_MC_state(SkMCState* state, const SkMatrix& matrix, const SkRegion& clip) { 143 state->clipRectCount = 0; 147 state->matrix[i] = matrix.get(i); 169 state->clipRectCount++; 174 state->clipRects = (ClipRect*) sk_malloc_throw(clipWriter.bytesWritten()); 175 clipWriter.flatten(state->clipRects); 257 static void setup_canvas_from_MC_state(const SkMCState& state, SkCanvas* canvas) { 261 matrix.set(i, state.matrix[i]); 266 for (int i = 0; i < state.clipRectCount; ++i) { 267 clip.op(SkIRect::MakeLTRB(state.clipRects[i].left [all...] |
/external/skia/src/utils/ |
SkCanvasStateUtils.cpp | 141 static void setup_MC_state(SkMCState* state, const SkMatrix& matrix, const SkRegion& clip) { 143 state->clipRectCount = 0; 147 state->matrix[i] = matrix.get(i); 169 state->clipRectCount++; 174 state->clipRects = (ClipRect*) sk_malloc_throw(clipWriter.bytesWritten()); 175 clipWriter.flatten(state->clipRects); 257 static void setup_canvas_from_MC_state(const SkMCState& state, SkCanvas* canvas) { 261 matrix.set(i, state.matrix[i]); 266 for (int i = 0; i < state.clipRectCount; ++i) { 267 clip.op(SkIRect::MakeLTRB(state.clipRects[i].left [all...] |
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_manager_unittest.cc | 64 button.state = 0; 70 checkbox.state = 0; 76 root.state = 0; 142 tree1_child1.state = 0; 148 tree1_child2.state = 0; 154 tree1_child3.state = 0; 160 tree1_root.state = 0; 177 tree2_child0.state = 0; 183 tree2_child1.state = 0; 189 tree2_child2.state = 0 [all...] |
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/ |
TextGraphReader.java | 199 int state = STATE_COMMAND; local 208 // State machine main loop 210 switch (state) { 214 state = STATE_IMPORT_PKG; 216 state = STATE_ADD_LIBRARY; 218 state = STATE_FILTER_CLASS; 220 state = STATE_SOURCE_FILTERNAME; 222 state = STATE_ASSIGNMENT; 224 state = STATE_EXTERNAL; 226 state = STATE_SETTING 367 int state = STATE_IDENTIFIER; local [all...] |
/external/openfst/src/include/fst/ |
cache.h | 51 // void Free(S *state, StateId s); 69 S *state = mru_; local 71 state->Reset(); 72 return state; 77 void Free(S *state, StateId s) { 81 mru_ = state; 93 // you must set the final weight even if the state is non-final to 105 typedef S State; 107 typedef typename State::Arc Arc; 114 using VectorFstBaseImpl<State>::NumStates 164 const S *state = local 220 S *state = ExtendState(s); local 229 S *state = ExtendState(s); local 252 S *state = ExtendState(s); local 259 S *state = ExtendState(s); local 282 S *state = ExtendState(s); local 287 S *state = ExtendState(s); local 307 S *state = ExtendState(s); local 374 const S *state = CheckState(s); local 385 const S *state = CheckState(s); local 395 const S *state = GetState(s); local 400 const S *state = GetState(s); local 405 const S *state = GetState(s); local 410 const S *state = GetState(s); local 416 const S *state = GetState(s); local 523 S *state = VectorFstBaseImpl<S>::GetState(s); local 573 S* state = VectorFstBaseImpl<S>::GetState(s); local [all...] |
/dalvik/vm/jdwp/ |
JdwpSocket.cpp | 44 static void netShutdown(JdwpNetState* state); 45 static void netFree(JdwpNetState* state); 49 * JDWP network state. 85 static bool prepareSocket(JdwpState* state, const JdwpStartupParams* pParams) 93 state->netState = netStartup(port); 97 state->netState = netStartup(port); 98 if (state->netState != NULL) 102 if (state->netState == NULL) { 108 state->netState = netStartup(-1); 124 static bool awaitingHandshake(JdwpState* state) [all...] |
/device/samsung/manta/liblights/ |
lights.c | 69 enum LED_STATE state; member in struct:as3668_led_info 95 static int rgb_to_brightness(struct light_state_t const *state) 98 int color = state->color & 0x00ffffff; 113 struct light_state_t const *state) 116 int brightness = rgb_to_brightness(state); 232 switch(leds->state) { 265 static int set_light_leds(struct light_state_t const *state, int type) 274 switch (state->flashMode) { 276 leds.state = OFF; 280 if (state->flashOnMS < 0 || state->flashOffMS < 0 [all...] |
/external/stlport/test/unit/ |
codecvt_test.cpp | 65 char *state = (char*)&mb; variable 72 if (*ecur == '0' || *state == 1) { 73 if (*state != 1) { 77 *state = 1; 87 if (*state != 1) { 99 *state = 0; 116 virtual int do_length(mbstate_t &state, 121 mbstate_t tmp = state; 159 char *state = (char*)&mb; variable 165 if (*state == 2) 238 const char *state = (const char*)&mb; local 392 cdecvt_type::state_type state; local 406 cdecvt_type::state_type state; local 439 cdecvt_type::state_type state; local 513 mbstate_t state; local 531 mbstate_t state; local 571 mbstate_t state; local [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
codecvt_test.cpp | 65 char *state = (char*)&mb; variable 72 if (*ecur == '0' || *state == 1) { 73 if (*state != 1) { 77 *state = 1; 87 if (*state != 1) { 99 *state = 0; 116 virtual int do_length(mbstate_t &state, 121 mbstate_t tmp = state; 159 char *state = (char*)&mb; variable 165 if (*state == 2) 238 const char *state = (const char*)&mb; local 394 cdecvt_type::state_type state; local 408 cdecvt_type::state_type state; local 441 cdecvt_type::state_type state; local 515 mbstate_t state; local 533 mbstate_t state; local 573 mbstate_t state; local [all...] |
/ndk/tests/device/test-stlport/unit/ |
codecvt_test.cpp | 65 char *state = (char*)&mb; variable 72 if (*ecur == '0' || *state == 1) { 73 if (*state != 1) { 77 *state = 1; 87 if (*state != 1) { 99 *state = 0; 116 virtual int do_length(mbstate_t &state, 121 mbstate_t tmp = state; 159 char *state = (char*)&mb; variable 165 if (*state == 2) 238 const char *state = (const char*)&mb; local 394 cdecvt_type::state_type state; local 408 cdecvt_type::state_type state; local 441 cdecvt_type::state_type state; local 515 mbstate_t state; local 533 mbstate_t state; local 573 mbstate_t state; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
GameControllerInput.java | 122 // Update device state for visualization and logging. 123 InputDeviceState state = getInputDeviceState(event.getDeviceId()); local 124 if (state != null) { 127 if (state.onKeyDown(event)) { 128 mSummaryAdapter.show(state); 132 if (state.onKeyUp(event)) { 133 mSummaryAdapter.show(state); 147 // Update device state for visualization and logging. 148 InputDeviceState state = getInputDeviceState(event.getDeviceId()); local 149 if (state != null && state.onJoystickMotion(event)) 157 InputDeviceState state = mInputDeviceStates.get(deviceId); local 173 InputDeviceState state = getInputDeviceState(deviceId); local 180 InputDeviceState state = mInputDeviceStates.get(deviceId); local 191 InputDeviceState state = mInputDeviceStates.get(deviceId); local [all...] |
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
ICalendar.java | 431 ParserState state = new ParserState(); local 432 state.index = 0; 441 current = parseLine(line, state, current); 466 private static Component parseLine(String line, ParserState state, 469 state.line = line; 470 int len = state.line.length(); 474 for (state.index = 0; state.index < len; ++state.index) { 475 c = line.charAt(state.index) [all...] |
/external/elfutils/libelf/ |
elf_getarsym.c | 84 *ptr = elf->state.ar.ar_sym_num; 86 if (elf->state.ar.ar_sym == (Elf_Arsym *) -1l) 93 Elf_Arsym *result = elf->state.ar.ar_sym; 100 elf->state.ar.ar_sym = (Elf_Arsym *) -1l; 107 if (pread_retry (elf->fildes, &elf->state.ar.ar_hdr, 117 index_hdr = &elf->state.ar.ar_hdr; 192 elf->state.ar.ar_sym = (Elf_Arsym *) malloc (ar_sym_len); 193 if (elf->state.ar.ar_sym != NULL) 203 Elf_Arsym *newp = (Elf_Arsym *) realloc (elf->state.ar.ar_sym, 207 free (elf->state.ar.ar_sym) [all...] |