Searched refs:state (Results 4751 - 4763 of 4763) sorted by relevance
1...<<191
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_binary.c | 778 sepol_bool->state = cil_bool->value; in cil_bool_to_policydb()
|
/third_party/selinux/checkpolicy/ |
H A D | policy_define.c | 80 /* initialize all of the state variables for the scanner/parser */ 1804 datum->state = (bool_value[0] == 'T') ? 1 : 0; in define_bool_tunable()
|
/third_party/elfutils/src/ |
H A D | readelf.c | 163 static error_t parse_opt (int key, char *arg, struct argp_state *state); 425 struct argp_state *state __attribute__ ((unused))) in parse_opt()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context.cpp | 7 // Context.cpp: Implements the gl::Context class, managing all GL state and performing 464 // In the initial state, TEXTURE_2D and TEXTURE_CUBE_MAP have two-dimensional in initializeDefaultResources() 465 // and cube map texture state vectors respectively associated with them. in initializeDefaultResources() 538 // binding states. Ensure state manager is aware of this when binding in initializeDefaultResources() 559 // In the initial state, a default transform feedback object is bound and treated as in initializeDefaultResources() 599 // Readpixels uses the pack state and read FBO in initializeDefaultResources() 1541 // Queries about current GL state values are answered by State. in getFloatvImpl() 1592 // Queries about current GL state values are answered by State. in getIntegervImpl() 2139 // Queries about current GL state values are answered by State. in getInteger64vImpl() 2188 // Queries about current GL state value in getIntegeri_v() 9568 const State &state = context->getState(); updateValidDrawModes() local [all...] |
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_resolve_ast.c | 8023 ((struct cil_optional *)test_db->ast->root->cl_head->data)->datum.state = CIL_STATE_DISABLED; in test_cil_disable_children_helper_optional_disabled() 11072 ((struct cil_symtab_datum *)test_db->ast->root->cl_head->data)->state = CIL_STATE_DISABLED; in test_cil_resolve_ast_node_helper_optional()
|
/third_party/openGLES/api/GL/ |
H A D | glext.h | 9715 typedef GLboolean (APIENTRYP PFNGLISSTATENVPROC) (GLuint state); 9716 typedef void (APIENTRYP PFNGLSTATECAPTURENVPROC) (GLuint state, GLenum mode); 9733 GLAPI GLboolean APIENTRY glIsStateNV (GLuint state); 9734 GLAPI void APIENTRY glStateCaptureNV (GLuint state, GLenum mode);
|
/third_party/mesa3d/include/GL/ |
H A D | glext.h | 9628 typedef GLboolean (APIENTRYP PFNGLISSTATENVPROC) (GLuint state); 9629 typedef void (APIENTRYP PFNGLSTATECAPTURENVPROC) (GLuint state, GLenum mode); 9646 GLAPI GLboolean APIENTRY glIsStateNV (GLuint state); 9647 GLAPI void APIENTRY glStateCaptureNV (GLuint state, GLenum mode);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glext.h | 9540 typedef GLboolean (APIENTRYP PFNGLISSTATENVPROC) (GLuint state); 9541 typedef void (APIENTRYP PFNGLSTATECAPTURENVPROC) (GLuint state, GLenum mode); 9558 GLAPI GLboolean APIENTRY glIsStateNV (GLuint state); 9559 GLAPI void APIENTRY glStateCaptureNV (GLuint state, GLenum mode);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glext.h | 9539 typedef GLboolean (APIENTRYP PFNGLISSTATENVPROC) (GLuint state); 9540 typedef void (APIENTRYP PFNGLSTATECAPTURENVPROC) (GLuint state, GLenum mode); 9557 GLAPI GLboolean APIENTRY glIsStateNV (GLuint state); 9558 GLAPI void APIENTRY glStateCaptureNV (GLuint state, GLenum mode);
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 50 #include "src/execution/vm-state-inl.h" 688 i::VMState<PARSER> state(i_isolate); in ExecuteString() 4219 // returning to the event queue. Since we checked the state before, and we are in Terminate()
|
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 1635 // inconsistent state. in OverwriteExistingFastDataProperty() 4913 ConstructorBuiltinsAssembler(state()).CopyMutableHeapNumbersInObject( in GenerateCloneObjectIC()
|
/third_party/vixl/test/aarch64/ |
H A D | test-trace-aarch64.cc | 3142 TEST(state) { TraceTestHelper(false, LOG_STATE, REF("log-state")); } 3167 TraceTestHelper(true, LOG_STATE, REF("log-state-colour"));
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 1077 * If the lock is already at or below the requested lock state, then the call 1180 ** opcode causes the xFileControl method to write the current state of 2571 ** If the first argument is -1, then no changes are made to state of either the 5133 ** machine back to its initial state. 5497 ** object back to its initial state, ready to be re-executed. 5584 ** functions that have side effects or reveal internal application state. 5979 ** routine to allocate memory for storing their state. 6751 ** CAPI3REF: Determine the transaction state of a database 6755 ** [transaction state] of schema S in database connection D. ^If S is NULL, 6756 ** then the highest transaction state o 62958 int state = pPager->eState; global() local 173125 u8 state = 0; /* Current state, using numbers defined in header comment */ global() local [all...] |
Completed in 349 milliseconds
1...<<191